Mod Name / Version: Post-Jumping Fix <br /> <br />Description: This is for flatmode users who use collapsed view. <br /> <br />When a thread is clicked on in the postlist, the user will once again jump directly to the latest unread post instead of being sent to the 1st post in the thread and having to manually find the first unread. <br /> <br />Working Under: UBB.Threads 6.3 <br /> <br />Mod Status: Finished <br /> <br />Any pre-requisites: <br /> <br />Author(s): Twisty <br /> <br />Date: 08/11/04 <br /> <br />Credits: <br /> <br />Files Altered: showflat.tmpl <br /> <br />New Files: <br /> <br />Database Altered: no <br /> <br />Info/Instructions: In showflat.tmpl... <br /> <br />CHANGE THIS: <br /> <br /><b> <br />{$postrow[$i]['Subject']} <br /></b> <br /> {$postrow[$i]['newimage']} <br />{$postrow[$i]['replyto']} <br /><br /> <br /><font class="small"> <br /><a name="#{$postrow[$i]['Number']}">#{$postrow[$i]['Number']} - {$postrow[$i]['time']} {$postrow[$i]['filelink']} <br /> <br /> <br />TO THIS: <br /> <br /><a name="#Post{$postrow[$i]['Number']}"></a> <br /><b> <br />{$postrow[$i]['Subject']} <br /></b> <br /> {$postrow[$i]['newimage']} <br />{$postrow[$i]['replyto']} <br /><br /> <br /><font class="small"> <br />#{$postrow[$i]['Number']} - {$postrow[$i]['time']} {$postrow[$i]['filelink']} <br /> <br /> <br />~_0 <br /> <br />Disclaimer: Please backup every file that you intend to modify. <br />If the modification modifies the database, it's a good idea to backup your database before doing so. <br /> <br />Note: If you modify your UBB.Threads code, you may be giving up your right for "official" support from Infopop.If you need official support, you'll need to restore unmodified files.